Diagrams for cadCAD model structure through cadCAD_diagram

Danilo Lessa Bernardineli


This is a mini-demo showcasing the cadCAD_diagram plugin, which allows the user to create visualizations of the structure and flows for any cadCAD model! Just jump to the end so that you see the output of it.

In order to install the plugin, just install through pip by pasing pip install cadCAD_diagram. The most typical use-case is to visualize a given cadCAD configuration object through:

from cadCAD_diagram import diagram_from_config
from cadCAD import configs

# Generate visualization for the first config
diagram_from_config(configs[0])

Dependences

Definitions

Initial conditions and parameters

Policies

State update functions

State update blocks

Configuration and Execution

Results

Diagram